NGenericDataCellEditor<TValueEditor> Class Methods
In This Topic
For a list of all members of this type, see NGenericDataCellEditor<TValueEditor> members.
Public Methods
| Name | Description |
| CanCopy | Overridden. Determines whether the this cell can copy its content on the clipboard. |
| CanCut | Overridden. Determines whether the this cell can cut its content on the clipboard. |
| CanPaste | Overridden. Determines whether the this cell can accept pasted content from the clipboard. |
| Copy | Overridden. Copies the content of the specified data cell on the clipboard. |
| Cut | Overridden. Cuts the content of the specified data cell on the clipboard. |
| GetValue | Overloaded. Overridden. |
| Paste | Overridden. Pastes the content from the clipboard inside the this cell. |
| SetValue | Overloaded. Overridden. |
Top
Protected Methods
See Also